home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap10 / EZPrint / EZPrintDoc.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  272 b   |  11 lines

  1. //***********************************************************************
  2. //
  3. //  EZPrintDoc.cpp
  4. //
  5. //***********************************************************************
  6.  
  7. #include <afxwin.h>
  8. #include "EZPrintDoc.h"
  9.  
  10. IMPLEMENT_DYNCREATE (CPrintDoc, CDocument)
  11.